IIoModule.ReadOutputBool 方法
从实体 I/O 模组或模拟 I/O 模组的输出读取一个位元。
命名空间:IntervalZero.KINGSTAR.Base.Class组合: IntervalZero.KINGSTAR.Base.Class (于 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0
语法
bool ReadOutputBool(
int bitOffset
)Function ReadOutputBool(
bitOffset As Integer
) As Boolean参数
bitOffset
型别:int
指定位元偏移量到一个位置以读取值。最大偏移量由 IIoModule.OutputLength 决定。
回传值
型别:bool
参见